home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3626 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.4 KB

  1. Path: classic.iinet.com.au!news
  2. From: ng@mitswa.com.au (John A Ng)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Borland C++ and serial communication
  5. Date: Thu, 25 Jan 1996 02:20:47 GMT
  6. Organization: MITS (WA)
  7. Message-ID: <4e6o5a$f2d@classic.iinet.com.au>
  8. References: <4dveb1$25k@nntp.ucs.ubc.ca>
  9. NNTP-Posting-Host: grunge197.nv.iinet.net.au
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. twong@civil.ubc.ca (Thomas Wong) wrote:
  13. >Howdy folks. I need me some simple advice. I'm going to be writing a
  14. >Windows app using Borland C++ 4.5 which will need some simple modem
  15. >communication with a remote device. Anyone know of a good package to get
  16. >for this? Or can I do everything with Borland as it comes? Anyone
  17. >written any serial stuff under Borland? Thanks.
  18.  
  19.  
  20. Yes.  I have use two -- both from Greenleaf -- to write programs under
  21. OWL 2.02.
  22.  
  23. The first is Greenleaf Comm++ 2.0.  This library has a very EXCELLENT
  24. oop design.  I can't seem to sing enough praises for it's design.
  25. However, the version I used seems to be a little buggy.  The other
  26. version is Greenleaf CommLib 5.1.  This library is around for sometime
  27. and is quite solid.  However, it is in C.  There good thing about both
  28. this library is that the same code is portable between DOS and Windows.
  29.  
  30. I haven't used this but I should think that TurboPower Tools has some
  31. good comms library too.
  32. Regards,
  33.  
  34. John Ng
  35. ng@mitswa.com.au
  36. Western Australia
  37.  
  38.